ApiVideoView

class ApiVideoView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0) : FrameLayout

View where to display camera preview.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun requestLayout()

Manually trigger measure & layout, as RN on Android skips those. See comment on https://github.com/facebook/react-native/issues/17968#issuecomment-721958427